If --vcs flag specified, use vcs even if under an existing repo
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sun, 6 Sep 2015 19:52:13 +0000 (15:52 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sun, 6 Sep 2015 19:52:13 +0000 (15:52 -0400)
commit1a5049e25bae63e874f7fd0070d9298044088d94
treedd1a41149ab910757be2d59812398e53391fef00
parentec59a6c9f95b64fac3ef6f9aeb7223b0381adc7a
If --vcs flag specified, use vcs even if under an existing repo

Fixes #1210. If either `--vcs git` or `--vcs hg` is specified, assume
that means the user really wants the new project to use that VCS, even
if the project's location would be beneath an existing repository.
src/cargo/ops/cargo_new.rs
tests/test_cargo_new.rs